home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON01 / ACT01A / L01A2A.DIR / scripts_15_init object.ls < prev    next >
Encoding:
Text File  |  2003-04-21  |  128 b   |  7 lines

  1. on exitFrame
  2.   global gObj
  3.   gObj = new(script("DragAndChange"), 3, 4, 0)
  4.   initDragAndChange(gObj, "theFace")
  5.   go("play")
  6. end
  7.